home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003b.iso / Antywirusy / Panda AntiVirus Platinum 7 / plat7shin.exe / data1.cab / Comunes / Platmsg.dll / 0 / RCDATA / TFORMALERTARESIDENTE / TFORMALERTARESIDENTE.txt
Text File  |  2002-10-11  |  3KB  |  93 lines

  1. object FormAlertaResidente: TFormAlertaResidente
  2.   Left = 526
  3.   Top = 272
  4.   BorderStyle = bsSingle
  5.   Caption = '∩┐╜Virus neutralizado!'
  6.   ClientHeight = 315
  7.   ClientWidth = 242
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   OnKeyPress = FormKeyPress
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PanelAlerta: TPndPopupPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 242
  23.     Height = 315
  24.     BodyText = 
  25.       '<B>Se ha encontrado un virus y el archivo infectado ha sido movi' +
  26.       'do al ∩┐╜rea de cuarentena.</B><BR><BR><B>Nombre del virus:</B><BR' +
  27.       '>EICAR-AV-TEST-FLE<BR><BR><B>Ubicaci∩┐╜n del virus:</B><BR>C:\Arch' +
  28.       'ivos de programa\Microsoft Office\Office\Photodraw\Content\PDCli' +
  29.       'ps\Dsgnclip\Abstract\eicar_com.zip[eicar.com]'
  30.     BottomText = 'Panda Antivirus Platinum 7'
  31.     HeaderFont.Charset = DEFAULT_CHARSET
  32.     HeaderFont.Color = clWhite
  33.     HeaderFont.Height = -11
  34.     HeaderFont.Name = 'Tahoma'
  35.     HeaderFont.Style = [fsBold]
  36.     HeaderText = 'Deseo...'
  37.     IconImages = ImageListIcono
  38.     IconIndex = 15
  39.     ItemImages = ImageListItems
  40.     Items = <
  41.       item
  42.         Caption = 'Consultar el informe'
  43.         ImageIndex = 22
  44.         OnClick = AccionMostrarReporte
  45.         MostrarEnReducido = True
  46.         MostrarSoloEnAlertasAgrupadas = True
  47.       end
  48.       item
  49.         Caption = 'Cerrar'
  50.         ImageIndex = 16
  51.         OnClick = CerrarForm
  52.         MostrarEnReducido = True
  53.       end
  54.       item
  55.         Caption = 'Ayuda'
  56.         ImageIndex = 27
  57.         OnClick = Ayuda
  58.         MostrarEnReducido = True
  59.       end
  60.       item
  61.         Caption = 'Informaci∩┐╜n sobre el virus'
  62.         ImageIndex = 15
  63.         OnClick = PndPopupPanelAvisoVirusNeutralizadoItems0Click
  64.       end
  65.       item
  66.         Caption = 'Informaci∩┐╜n sobre el archivo'
  67.         Visible = False
  68.         ImageIndex = 14
  69.         OnClick = MostrarInfoArchivo
  70.       end>
  71.     ItemsFont.Charset = DEFAULT_CHARSET
  72.     ItemsFont.Color = clBlack
  73.     ItemsFont.Height = -11
  74.     ItemsFont.Name = 'Tahoma'
  75.     ItemsFont.Style = []
  76.     PrioridadMensaje = pmAlertaSimple
  77.     TextoAlertasAgrupadas = 
  78.       'En el informe se encuentran nuevas notificaciones similares a es' +
  79.       'ta'
  80.     Title = '∩┐╜Virus neutralizado!'
  81.   end
  82.   object ImageListItems: TImageList
  83.     Left = 208
  84.     Top = 136
  85.   end
  86.   object ImageListIcono: TImageList
  87.     Height = 48
  88.     Width = 48
  89.     Left = 208
  90.     Top = 96
  91.   end
  92. end
  93.